home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Surfer 2.0
/
Internet Surfer 2.0 (Wayzata Technology) (1996).iso
/
pc
/
text
/
mac
/
faqs.166
< prev
next >
Wrap
Text File
|
1996-02-12
|
28KB
|
834 lines
Frequently Asked Questions (FAQS);faqs.166
You have a few options:
a. Run the Installer on a newly formatted disk. This means that HD Setup
will do all the partitioning (etc...) and the installation will
proceed. Note that this means you will be "stuck" with the Apple drivers
whenever you are in the _real_ MacOS Finder.
b. If you want to use the drivers on your HD utility (for stuff like,
maybe, password protection of partitions) then you have two (maybe
three )additional options:
i. Use 'a' above to install A/UX. Then use your HD utility program to
"take over" the disk, disabling (or even removing) the Apple drivers
and installing it's own. Note that if there isn't enough space to
install it's drivers, most will attempt to "shrink" the MacOS
partition to make room. Most can do this with no problem, but why
take the risk... when you partition the disk, leave about 64K
available as free space.
ii. Use your HD utility to create the partitions. Then, before you
run the Installer, run 'newfs' "by hand" to create the file systems
so that the installation can proceed.
iii. Use your HD utility to format (etc...) your disk and create
_only_ the MacOS partition. Now run the Installer. In most cases
HD Setup will work fine with the driver installed on the disk.
You can now use it to create the A/UX partitions.
<<ED: I _know_ this (iii) works with FWH HDT 1.1.x>>
===
45) I'm using a LaserWriter IIg with A/UX 3.0 and whenever I print some-
thing to it through 'lpr', the first line of the page is cut off. Why?
This only shows up on versions of the IIg (and IIf) with less than 5MB RAM.
The reason is because this makes the LW default to PhotoGrade-mode. You can do
2 things to fix this:
1. Using the LaserWriter Utility program, disable PhotoGrade.
Since one of the main advantages of these LW's is PhotoGrade,
this option is kinda unpalatable.
2. If you are _only_ using "Letter" mode under 'lpr', then you
can edit /usr/lib/ps/pstext.pro to include the following line
between "% RCSID:..." and "/StartPage...":
%!PS-Adobe-1.0
% Z%Copyright Apple Computer 1987\tVersion 1.1 of pstext.pro on\
87/05/04 19:02:25
%%Creator: pstext
%%DocumentFonts: Courier
% RCSID: $Header: pstext.pro,v 2.1 85/11/24 12:19:55 shore Rel $
=====>>>>>letter
/StartPage{/sv save def 48 760 moveto}def
This will fix the problem and make it usable again.
===
46) Whenever I try to run xinit (or startx) from the CommandShell I get
a fatal server error. Why?
The reason why is because both X and the CommandShell want _complete_ control
over your Mac (display, keyboard and mouse). So, when you try to start one
while running the other, you'll get into trouble. You need to start X either
from the Console Emulator Mode or by choosing it as your "session type" from
the Login screen (This session type will be available only if your installed
Apple's X or have installed John Coolidge's 'sessiontypes' for X11R5).
===
47) I'm trying to access my tape drive using 'tc' (with something like
"find . -print | cpio -o > /dev/rmt/tc1") but it doesn't work...
Except for 9-track magtapes, all I/O to tape drives associated with the
'tc' device files _must_ be blocked at 8k. The 'tcb' program does just
that so that should be included. For example, to write:
$ find . -print | cpio -o | tcb > /dev/rmt/tc1
And to read:
$ tcb < /dev/rmt/tc1 | cpio -i
You can get better performance if you increase the buffer size (just make
sure that it's a multiple of 8k). For example, you could use 'dd' as
your blocking filter with a 'bs=10x8k'.
Jim Jagielski's replacement for 'tc' allows for 'tc' to use the
tape drive's own physical block size as the logical block size
for I/O. Doing so results in a noticeable performance hit and it
isn't recommended for normal use. Use the "mode" _ONLY_ if you
need to read tapes written by 'st' or by another platform. Please
note you are still limited to an I/O block size of at least the
physical block size, which can be anything for 512 to 1024 to 8192 bytes.
|'tc' 3.12 can also emulate variable block lengths (which A/UX's SCSI
Manager doesn't support). Doing so results in a _huge_ performance
hit since the drive must handshake on the transfer of each byte. This
mode is only included to help in reading/writing tapes that will be used
on other platforms.
%%% For more information about 'tc', please contact Jim via E-mail %%%
===
48) What CD-ROM drives are compatible with A/UX 3.0?
Of course, the Apple CD-ROM drive is 100% compatible with A/UX. The following
are also known to be 100% compatible (meaning you can use them to install
A/UX as well as when running A/UX):
The Toshiba XM3201B and XM3301B
DEC RRD42
Sun CD-ROM (Sony CDU-8012?)
CD-Technologies Porta-Drive CD-ROM
Chinon CDA-431
===
49) Do I install CDEVs and Extensions in the System Folder on MacPartition
or on the "/" A/UX disk.
To install these additions to A/UX, you will need to drag-copy them over
to the A/UX System Folder. Usually, this is /mac/sys/System Folder on
the "/" disk but it will also "appear" in your "home folder" icon.
===
50) I heard that A/UX requires a special version of System 7 to boot...
Is this true?
A lot of people believe this but this is not true. There is no difference
between the s/w on the MacPartition partition and the "real" System 7.
The only _real_ need for MacPartition is that the disk where A/UX Startup
lives is where A/UX Startup looks for the A/UX Root partition. When A/UX
Startup launches, it looks at "it's" disk and then looks for A/UX partitions
on that disk. This means that you _don't_ need to boot-up from the
MacPartition disk to boot A/UX. Start your Mac from your standard Startup
disk and just double-click on A/UX Startup on the MacPartition icon.
You can even do without the MacPartition disk but telling A/UX Startup
the exact SCSI number of the A/UX disk. You can do this a couple of ways:
1. create a ROOT variable in A/UX Startup that points to the
root partition in this form: (SCSI-ID, 0, 0)
2. Under the General Preferences menu, change the Root Directory
to (SCSI-ID, 0, 0).
The "device" file /dev/default points to the SCSI-ID of whatever disk is the
MacPartition disk, so if you don't have one, you need to tell A/UX Startup
it's "real" name. This is kinda messy since you'll need to preface a lot
of stuff with this value: e.g.
#startup cat (6,0,0)/etc/inittab
===
51) I've tried to install the CD Remote extension to A/UX so that
I can play audio CD's, but it doesn't work...
At present, A/UX will not allow you to play your audio CD's on a CD-ROM
drive, so don't attempt to install the CD Remote extension (see below #52).
===
52) What CD-ROM formats does A/UX support?
A/UX supports ISO file system format CD-ROMs. The catch is that A/UX only
supports ISO in the MacOS mode (i.e. you can't 'mount' the CD-ROM as an
UNIX file system). To allow this, you'll need to copy 3 Mac files to
the System Folder that's active when you want to use ISO CD-ROMs. The files,
which must be obtained from the Apple CD-ROM Software Disk (vers. 3.2 or
later) are: ISO 9660 File Access, High Sierra File Access and Foreign
File Access (the latter is an Extension). Logging out of the MacOS mode
and then logging back in will "complete" the installation. Do _not_
install the Apple CD-ROM extension, since it is built into A/UX.
Again, please note that A/UX will not recognize _any_ of the audio
capability of CD-ROMs.
===
53) How can I add printers other than those available via the Chooser?
<<ED: From a post by Antonio Ordonex (antonio@apple.com)>>
If the printer is in another zone, it is necessary to define the zone in
which the printer is located with a full path name. You can then
"hardwire" a printer name including the zone for a particular printer
queue.
The best way to do this is to make a copy the /usr/spool/lpd/AppleTalk
directory and give it a name related to the printer we want to use. Modify
the file ifilter/ofilter/nfilter (it is the same file with 3 hard links)
in this directory. Also modyfy the /etc/printcap file to create a new
printer queue.
I will use my system as an example so please modify to reflect your
situation.
The first thing to do is to create the new directory and put the correct
files in it. NOTE that I am using mknod to create the pipe file.
mkdir Idaho
chown daemon Idaho
chgrp daemon Idaho
cp AppleTalk/ifilter Idaho/ifilter
cd Idaho
ln ifilter ofilter
ln ofilter nfilter
mknod pipe p
chown daemon *
chgrp daemon *
In my case I have a printer called "Idaho Spooler" in the zone "SCV CAM2
2nd W" while my system is on the zone "SCV CAM2 2nd E", so all I do is to
modify the /usr/spool/lpd/Idaho/ifilter file (you can use vi or
TextEditor)
and change the line that defines the value for Printer from
Printer=`basename "cwd"`
-to-
Printer="Idaho Spooler:LaserWriter@SCV CAM2 2nd W"
In the /etc/printcap file I copy the entry for AppleTalk (all six lines)
and change any reference to AppleTalk to the name I used for my new
directory. Again, in my case I used "Idaho" as the directory name so my
/etc/printcap file looks like
#
# pragma ident "@(#)lpr:printcap 5.4 90/03/27 "
#
# Copyright 1990 Apple Computer, Inc.
# All Rights Reserved.
##
# Remote AppleTalk printer (selected by Chooser)
# For an AppleTalk printer which doesn't support PostScript remove last 2
names.
lp|at|AppleTalk|postscript|PostScript:\
:lp=/dev/null:\
:if=/usr/spool/lpd/AppleTalk/ifilter:\
:of=/usr/spool/lpd/AppleTalk/ofilter:\
:nf=/usr/spool/lpd/AppleTalk/nfilter:\
:sd=/usr/spool/lpd/AppleTalk:
lp2|Idaho:\
:lp=/dev/null:\
:if=/usr/spool/lpd/Idaho/ifilter:\
:of=/usr/spool/lpd/Idaho/ofilter:\
:nf=/usr/spool/lpd/Idaho/nfilter:\
:sd=/usr/spool/lpd/Idaho:
After all these steps are completed restart the printer queue with the
command
lpc restart all
Now you should be able to send a print job to the printer in the other
zone
with the command
lpr -Plp2 /etc/passwd
or
lpr -PIdaho /etc/passwd
Hope this helps
===
54) After the Mac environment crashes (or when I use MacsBug), the
Desktop gets all screwed up... Argg!!
Ron Flax of Apple (ron@afsg.apple.com) has written a very useful System
Extension called FMbackup that creates backup copies of "valuable" Desktop
files. When the MacOS-mode is entered, FMbackup restores these files. Thus,
when your MacOS "crashes", you no longer need to rebuild the Desktop
or reset all your Icons, window "types", etc... Please note that there
seems to be some incompatibilty between FMbackup and Moire and
QuickMail 2.5.1.
FMbackup (1.0.4) is available via anon-ftp on afsg.apple.com as well as
aux.support.apple.com (in "unsupported").
%%% For more information about "FMbackup", please contact Ron via E-mail %%%
==
55) My MacOS partition(s) only show up on the Desktop when I login
as root. Why?
Under the Preferences/General Menu of A/UX Startup, there is a radio-box
called "Password checking". This is intended to provide some security for
the A/UX Startup application. When enabled, two (default) things happen:
1. A/UX Startup requires a password to open.
2. MacOS partition(s) are only mounted for root login.
Thus, to enable MacOS partition(s) to be available for all users, you must
disable "Password checking". See auxstartuprc(4) for more info.
==
56) For some reason, my CommandShell only responds to a keyboard
event after it receives a second event. For example, typing "a"
won't show until I type something else or click the mouse.
What gives?
+This is caused almost 99% of the time by an Extension|CDEV conflict. The
+way around this is to selectively disable each one at a time and see which
+one causes the problem... then delete it. "Wild Magic" is prone to do this
+as are older versions of CEToolbox.
==
////////////////////// END OF PART 2 OF 2 \\\\\\\\\\\\\\\\\\\\\\
--
Jim Jagielski | "It is not I who am crazy...
jim@jagubox.gsfc.nasa.gov | it is I who am MAD!"
NASA/GSFC, Code 734.4 |
Greenbelt, MD 20771 | - Ren
Xref: bloom-picayune.mit.edu rec.backcountry:26746 news.answers:4326
Newsgroups: rec.backcountry,news.answers
Path: bloom-picayune.mit.edu!enterpoop.mit.edu!spool.mu.edu!agate!ames!data.nas.nasa.gov!amelia.nas.nasa.gov!eugene
From: eugene@amelia.nas.nasa.gov (Eugene N. Miya)
Subject: [l/m 11/1/92] rec.backC DISCLAIMER -- Distilled wisdom (1/28) XYZ
Followup-To: poster
Approved: news-answers-request@MIT.Edu
Sender: news@nas.nasa.gov (News Administrator)
Organization: NAS Program, NASA Ames Research Center, Moffett Field, CA
Date: Tue, 1 Dec 92 12:20:13 GMT
Message-ID: <1992Dec1.122013.24838@nas.nasa.gov>
Reply-To: eugene@amelia.nas.nasa.gov (Eugene N. Miya)
Lines: 172
Archive-name: backcountry-faq/part1
news.answers: follows Disclaimer.
Distilled wisdom (panel 1)
This is rec.backcountry. And the poster is the assistant to the r.b.nimng
ranger (he's a ranger, not the net.police or net.sheriff as some would like).
Read the warning, read the disclaimer, and if you are reading this in
news.answers, read the special addition, and maybe the Table of Contents
following the electronic zoological report.
Be warned:
1) The "outdoors" are HAZARDOUS, LETHAL, FATAL, TERMINAL w/o extreme prejudice.
As of this count, three readers of this group are now former-readers.
Anyone, including highly experienced people, can be killed.
2) The information given in this chain of postings should be taken with
a grain of salt. Failure to heed this advice goes back to warning 1.
3) There is no such thing as an "outdoors expert." Experienced people
realize this. The mountain does not know that you are an expert.
4) A memorial to my friends, our friends, our fallen comrades,
our admirations is integrated as a rec.climbing FAQ panel. Why climbing?
Most were climbers.
"A man's got to know his limitations..."
--Harry Callahan, Magnum Force
[Also quoted by Galen Rowell]
DISCLAIMER:
"Books are not a substitute for skill, nor can they make safe those who do not
practice the principles of safety. Books are not substitutes for training.
We do not wish to discourage people who have age old urges. But they can
answer simple problems and questions. It is urged that the inexperienced
avail themselves of instruction, training, and mentorship. We would
counsel you remember the virtues of progressive training: ... you crawled
before you walked and walked before you ran. It would be well to take
your pioneering in little nibbles rather than big leaps. Try the easy off
trail walks first, then the easy peaks, then the harder ones, always covering
yourself with a good route of retreat and plenty of time to make it. And
always herald the philosophy of Norman Clyde: The mountain will always be
there tomorrow. Aim to be able to say the same of yourself."
Adapted from the words of (the late) Hervey Voge and David Brower.
news.answers: This post is the first part of a 28 part experimental FAQ
post (a chain). The other 27 parts are listed in the contents below.
The other 27 parts are posted one day at a time. These additional parts
are NOT posted to news.answers but can be read by temporarily subscribing to
rec.backcountry. The composition of all attributes in
the contents and Header were deliberately set for the instrumentation and
experimentation toward discussion self-moderation and maintenance
(for instance "FAQ" appears no where in the Subject line; the host is also
a special host, etc.). The chain's headers (Subject line) are useful like
a light house beacon. The post is issued at the same time from the same
host on each of those days: this makes a useful network metric. Failed
postings imply either the posting host dying, or a network connection
dropping/failing. These posts are also a useful test of literacy
(how far you read, how well you read, etc.). Occasionally you will see
uninformed people read and comment about them (they didn't reach this
paragraph, or the message didn't reach them, or they have not figure out
what's going on [clueless]). There is alot going on here and its all
very deliberate. Well,... not all. ;^)
Electronic Zoological content of this backcountry:
SO far we have readers who would be (Hey! One life at a time, please):
Flyers:
Cliff swallow
Whip-poor-will
Buzzard
2 Eagles
Mallard duck
Ptarmigan
Turkey Vulture
Great Horned Owl
Spotted Owl
Snowy Owl
Red tailed hawk
Fulvous Whistling-Duck
Raven
Crow
Peregrine Falcon
Bat
NA ground mammals
Yellow bellied marmot
Moose
Jack Rabbit
Bunny rabbit
Bighorn sheep
2 Mountain Goats
2 Otter (maybe 1 river)
Mule (female)
Donkey
Sloth
Oppossum
Raccoon
Poodle (with a Mohawk, Pampered Poodle with Perm)
2 Lynx (1 Canadian)
cougar or panther (black, of course)
2 coyotes
Grizzly Bear
Black bear
Kodiak Bear (she)
Wolverine
4 Wolves (1 Timber)
Water species
Sperm Whale
Orca
2 Dolphin
Manta Ray
Man-O-War
muskellunge
Giant squid (ala 20K leagues under the sea)
Golden Trout (with the Right Stuff)
African/Asian species
Ring Tailed Lemur
2 Elephant (1 - African)
Lion (King of the jungle)
Oryx
2 Tiger (1- white)
Snow Leopard
Reptiles
Tuatara lizard
Galapagos tortoise
Amph:
Salamander
Plants:
Lichen
Western Red Cedar
Slime mold
Amoeba:
Giardia lamblia
Misc.
T. Rex
Yeti
TABLE OF CONTENTS of this chain:
1/ DISCLAIMER <* THIS PANEL *>
2/ Ethics
3/ Learning I
4/ learning II (lists, "Ten Essentials," Chouinard comments)
5/ Summary of past topics
6/ Non-wisdom: fire-arms topic circular discussion
7/ Phone / address lists
8/ Fletcher's Law of Inverse Appreciation and advice
9/ Water Filter wisdom
10/ Words from Rachel Carson
11/ Snake bite
12/ Netiquette
13/ Questions on conditions and travel
14/ Dedication to Aldo Leopold
15/ Leopold's lot.
16/ Backcountry mortality
17/ Information about bears
18/ Poison ivy, frequently ask, under question
19/ Lyme disease, frequently ask, under question
20/ "Telling questions" backcountry Turing test
21/ AMS
22/ Words from Foreman and Hayduke
23/ A bit of song (like camp songs)
24/ What is natural?
25/ A romantic notion of high-tech employment
26/ Other news groups of related interest, networking
27/ Films/cinema references
28/ References (written)
Xref: bloom-picayune.mit.edu rec.bicycles.misc:1368 news.answers:4253
Path: bloom-picayune.mit.edu!enterpoop.mit.edu!usc!news.service.uci.edu!nntpsrv
From: iglesias@draco.acs.uci.edu (Mike Iglesias)
Subject: Rec.Bicycles Frequently Asked Questions Posting Part 1/4
Nntp-Posting-Host: draco.acs.uci.edu
Expires: 15 Jan 93 00:00:00 GMT
Message-ID: <rec-bicycles-faq-1_9211290@draco.acs.uci.edu>
Newsgroups: rec.bicycles.misc,news.answers
Approved: news-answers-request@MIT.Edu
Organization: University of California, Irvine
Lines: 1417
Supersedes: <rec-bicycles-faq-1_921018@draco.acs.uci.edu>
Date: 30 Nov 92 06:21:47 GMT
Followup-To: rec.bicycles.misc
Archive-name: bicycles-faq/part1
Answers to Rec.Bicycles' Frequently Asked Questions and Interesting Information
Last modified: November 29, 1992
The following monthly posting contains the answers to frequently asked
questions posed to rec.bicycles and interesting information that
cyclists might find useful. Some of the answers are from postings to
rec.bicycles, and and some are condensed from postings. Answers
include the name and email address of the author. If no author is
listed, I'm the guilty party. If you're the author and I've
misspelled your name or have the wrong email address, let me know and
I'll fix it.
If you have something you feel should be included in the FAQ, please
write it up and send it to me at the address below.
Note: I don't read each and every posting to rec.bicycles.*, so suggesting
that something be included in the FAQ may not be seen. If you want
something included, summarize the discussion and send me the summary.
Mike Iglesias
iglesias@draco.acs.uci.edu
===========================================================================
Quick Index:
(* means section hasn't been written yet. ! means updated since last
FAQ. + means new section.)
Abbreviations
Archives
Books and Magazines
Electronic Mailing Lists
Mail Order Addresses
Posting Guidelines
! Technical Support Numbers
General Information
Road Gradient Units
Ball Bearing Grades
Tour de France Jerseys
Major Tour Winners 1947-1991
Rating Tour de France climbs
Bike Trailers
One Less Car T-Shirts
Panniers and Racks
Helmets
Clothing
Seats
SIS Cables
Terminology
Maps
Women's Saddles
Women's Bikes
Bike Rentals
Bike Lockers
Bike Computer Features
Avoiding Dogs
Shaving Your Legs
Contact Lenses and Cycling
Bicycling in America
Recumbents
Recumbent Bike Info
More Recumbent Bike Info
Commuting
How to deal with your clothes
Cold Weather Cycling
Pete's Winter Cycling Tips
Nancy's Cold/Wet Cycling Tips
Studded Tires
Milk Jug Mud Flaps
Touring
Touring supplies
Cycling Myths
Buying a Bike
Chains
Lubrication
Wear and Gear Slipping
Adjusting Chain Length
Hyperglide Chains
Cranks and Bottom Brackets
Bottom Bracket Info
Crank Noise
Cracking/Breaking Cranks
Biopace Chainrings
Tires, tubes and rims
Snakebite flats
Blown Tube
Mounting Tires
More Flats on Rear Tires
Anodized vs. Non-anodized Rims
Clinchers vs. Tubulars
Presta Valve Nuts
Ideal Tire Sizes
Brakes
Center Pivot vs. Dual Pivot brakes
Headsets, Forks
Indexed Steering
Adjustments
Seat adjustments
Cleat adjustments
SIS derailleur adjustments
Tools and Workstands
Where to buy tools
Workstands
Riding Techniques
Descending I
Descending II
Trackstands
Nutrition and Food
Nutrition Primer
Nuclear Free Energy Bar recipe
Powerbars
Calories burned by cycling
Frames
Frame stiffness comparison
Frame materials
Bike pulls to one side
Frame repair
Frame Fatigue
Injuries
Road rash
Knee problems
===========================================================================
Abbreviations
Some common abbreviations used here and in rec.bicycles.*:
FAQ Frequenly Asked Question. What you are reading now is a file
containing answers to some FAQs.
IMHO In my humble opinion.
TIOOYK There Is Only One You Know. Refers to the Tour de France.
===========================================================================
Archives
I've made available via anonymous ftp a copy of the current FAQ and a
few other items on draco.acs.uci.edu (128.200.34.12). This is the
workstation on my desk, so I'd appreciate it if people would restrict
their use to 7pm-7am Pacific time. The files are in pub/rec.bicycles.
For those without Internet access, you can use the ftpmail server at
gatekeeper.dec.com to get copies of the items there. I really don't
have time to email copies of files to people who can't get at them
easily. To use the FTP server, send an email message containing the
line
help
in the body of the message to ftpmail@gatekeeper.dec.com. You'll get
a help file back from the FTP server with more information on how to
use it.
README for Rec.Bicycles Anonymous FTP area
bike.lockers David H. Wolfskill's (david@dhw68k.cts.com) summary of
bike locker vendors.
bike.painting Sam Henry's (shenry@rice.edu) collection of articles on
how to paint a bike.
bike_power.* Ken Roberts program to calculate power output and power
consumption. See bike_power.doc for more info.
biking_log.hqx Phil Etheridge's (phil@massey.ac.nz) hypercard stack
riding diary. It keeps track of dates, distance, time,
average speed, etc., and keeps running weekly, monthly,
and yearly totals.
bmb.ride Pamela Blalock's (pamela@keps.com) report on her 1992
Boston-Montreal-Boston ride.
competitive.nutrition
Roger Marquis' (marquis@well.uucp) article from the
Feb 91 Velo News on nutrition and cycling.
faq.* The current Frequently Asked Questions posting
first.century Pamela Blalock's (pamela@keps.kodak.com) tips on training
for your first century ride.
lights Tom Reingold's (tr@samadams.princeton.edu) collection of
articles on bike lights.
lights2 More articles from rec.bicycles.* on lights.
mtb.buy Joakim Karlsson's (aviator@athena.mit.edu) article on
buying an entry-level MTB.
pbp.info Pamela Blalock's (pamela@keps.kodak.com) information
on her Paris-Brest-Paris ride.
pictures Bicycling gif pictures.
prof.sched Roland Stahl's (stahl@ipi.uni-hannover.de) list of
scheduled professional races in many countries.
ride.index Chris Hull's/Bill Bushnell's (bushnell@lmsc.lockheed.com)
explanation of a way to "index" rides and compare the
difficulty of different rides.
spike.bike Bob Fishell's (spike@cbnewsd.att.com) Spike Bike series.
They are numbered in the order that Bob posted them to
rec.bicycles. All the Spike Bike stories are
"Copyright 1989 by Robert Fishell, all rights reserved."
spokelen11.bas Roger Marquis' (marquis@well.uucp) spoke length
calculator, written in Microsoft Quickbasic.
spokelen.c Andy Tucker's (tucker@Neon.Stanford.EDU) port of
Roger Marquis' spokelen11.bas to C.
studded.tires Nancy Piltch's (piltch@ariel.lerc.nasa.gov) compilation
of messages on studded tires, including how to make your
own.
tandem.boxes Arnie Berger's (arnie@col.hp.com) notes on how
he built a box to transport his tandem to Europe and
back. It's taken from a longer travelogue on his trip - if
you want more information, contact him at the above
address.
tech.supp.phone Joshua Putnam's (josh@Happy-Man.com) list of technical
support numbers for various manufacturers. This list
used to be in the FAQ but now is too long to include there.
trailers A summary posting of messages about bike trailers. Good
stuff if you're thinking of buying a trailer.
wheels.*.hqx R. Scott Truesdell's (truesdel@ics.uci.edu) Hypercard
stack to calculate spoke lengths. See wheels.readme
for more info.
wintertips Pete Hickey's (pete@panda1.uottawa.ca) notes about
how to cycle in the winter.
Files available via anonymous ftp from ugle.unit.no (129.241.1.97)
in the directory local/biking. This directory is maintained by Joern
Dahl-Stamnes (dahls@fhydra.dnet.unit.no).
READ.ME Information about the other files in the directory.
bm103.zip The latest version of Bike Manager. The .uue file
bm103.uue is a uuencoded version of the .zip file.
Bike Manager is a shareware program that help you keep a
log of your training activities. It can report summary
reports, weekly reports, monthly reports and yearly
reports. Features to analyze your activities against
your goals. And more...
brake.doc About how to make yourown brake booster.
gtos91.doc The story from The Great Trial of Strength 1991.
gtos92.doc Ditto, but for the 1992 trail.
===========================================================================
Books and Magazines
Magazines/Newsletters
---------
Bicycling Magazine, and Bicycling Magazine+Mountain Bike insert
33 E Minor St
Emmaus, PA 18098
(215) 967-5171
Bicycle Guide
711 Boylston Street
Boston MA 02116
617-236-1885
Mountain Biking
7950 Deering Avenue
Canoga Park CA 91304
818-887-0550
Mountain Bike Action
Hi-Torque Publications, Inc.
10600 Sepulveda Boulevard
Mission Hills, CA 91345
818-365-6831
Velo News
P.O. Box 53397
Boulder, CO 80323-3397
Cycling Science
P.O. Box 1510
Mount Shasta, California 96067
(916) 938-4411
Human Power (The Journal of the IHPVA*)
(* IHPVA == International Human Powered Vehicle Association)
IHPVA
PO 51255
Indianapolis, IN 46251-0255
(317) 876-9478
OnTour: The Newsletter for Bicycle Tourists
OnTour Publications
2113 Arborview
Ann Arbor, MI 48103.
Sample issues are only $1, a six-issue subscription only $6